home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / strings / ctoken < prev    next >
Encoding:
Text File  |  1993-10-26  |  523 b   |  11 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           ctoken strvar separators
  4.                Parse a token out of a character string.  The string to
  5.                parse  is  contained in the variable named strvar.  The
  6.                string separators contains all of the  valid  separator
  7.                characters  for  tokens  in  the  string.   All leading
  8.                separators are skipped and the first token is returned.
  9.                The  variable  strvar  will  be modified to contain the
  10.                remainder of the string following the token.
  11.